home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / anim / a232.dms / in.adf / S / STARTUP-SEQUENCE
Encoding:
Text File  |  1991-12-29  |  1000 b   |  85 lines

  1. echo ""
  2. echo ""
  3. echo ""
  4. echo "Loading:The Beach Flight"
  5. ShowAnim "THE BEACH FLIGHT"-c +6
  6. echo ""
  7. echo ""
  8. echo "Loading:Beach Flight II"
  9. ShowANIM "BEACH FLIGHT II"-c +6
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. setenv Workbench $Workbench
  46. setenv Kickstart $Kickstart
  47.  
  48. IPrefs
  49.  
  50. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  51.  
  52. conclip
  53.  
  54. mount speak:
  55. mount aux:
  56. mount pipe:
  57.  
  58. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  59. if exists sys:tools
  60.     path sys:tools add
  61.     if exists sys:tools/commodities
  62.         path sys:tools/commodities add
  63.     endif
  64. endif
  65.  
  66. ; If this is the initial boot (i.e. keyboard env variable is not set)
  67. ; then execute PickMap which will query for a keymap and set the
  68. ; keyboard env variable.
  69. ; if keyboard env variable is set, set the keymap
  70. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  71.     setmap ${sys/keyboard}
  72. else
  73.     PickMap sys: initial
  74. endif
  75.  
  76. if exists s:user-startup
  77.     execute s:user-startup
  78. endif
  79.  
  80. LoadWB
  81.  
  82. endcli >NIL:
  83.  
  84.